ilert · Example Payload

Get Alerts {Id} Notifications

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Get Alerts {Id} Notifications is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Get notifications for the specified alert.",
  "description": "",
  "method": "GET",
  "path": "/alerts/{id}/notifications",
  "parameters": {
    "id": 1.0
  },
  "request_body": null,
  "response": [
    {
      "id": 1,
      "method": "PUSH",
      "target": "string",
      "subject": "string",
      "alertId": 1,
      "user": {
        "id": 1,
        "firstname": "string",
        "lastname": "string"
      }
    }
  ]
}